It would just set up lots of things with the default values, but a
common case is that a few gtk_label_set_* calls follow.
priv->width_chars = -1;
priv->max_width_chars = -1;
- priv->label = NULL;
+ priv->label = g_strdup ("");
priv->lines = -1;
priv->xalign = 0.5;
priv->mnemonics_visible = TRUE;
- gtk_label_set_text (label, "");
-
priv->gadget = gtk_css_custom_gadget_new_for_node (gtk_widget_get_css_node (GTK_WIDGET (label)),
GTK_WIDGET (label),
gtk_label_measure,